DF,00,00,0,0,0,1,0,"FILD #rm16", "FPUSH FLOAT(#rm16)", "Push FLOAT(#rm16) onto Floating Point Stack",
DF,00,10,0,0,0,1,0,"FIST #rm16", "#rm16 = INT(ST[0])", "Move INT(ST[0]) into #rm16",
DF,00,18,0,0,0,1,0,"FISTP #rm16", "#rm16 = INT(ST[0]) : FPOP", "Move INT(ST[0]) into #rm16 and Pop",
DF,00,20,0,0,0,1,0,"FBLD #rm80", "FPUSH BCDTOFLOAT(#rm80)", "Convert #rm80 from BCD and Push onto Floating Point Stack",
DF,00,28,0,0,0,1,0,"FILD #rm64", "FPUSH FLOAT(#rm64)", "Push FLOAT(#rm64) onto Floating Point Stack",
DF,00,30,0,0,0,1,0,"FBSTP #rm80", "#rm80 = FLOATTOBCD(ST[0]) : FPOP", "Convert ST[0] to BCD and Store in #rm80 and Pop",
DF,00,38,0,0,0,1,0,"FISTP #rm64", "#rm64 = INT(ST[0]) : FPOP", "Move INT(ST[0]) into #rm64 and Pop",
DF,E0,00,0,0,0,1,0,"FSTSW AX", "AX = FSW", "Store Status Word in AX",
DF,E0,00,0,0,0,1,0,"FNSTSW AX", "AX = FSW", "Store Status Word in AX",
E0,00,00,0,0,0,0,0,"LOOPNZ #rel8", "CX-- : IF CX #<># 0 #AND# #NOT# ZEROFLAG THEN GOTO #rel8","Decrement CX and Jump to #rel8 if CX <> 0 AND NOT ZEROFLAG",
E0,00,00,0,0,0,0,0,"LOOPNE #rel8", "LOOPNE #rel8", "Decrement CX and Jump to #rel8 if CX <> 0 AND NOT ZEROFLAG",
E1,00,00,0,0,0,0,0,"LOOPZ #rel8", "CX-- : IF CX #<># 0 #AND# #NOTNOT# ZEROFLAG THEN GOTO #rel8","Decrement CX and Jump to #rel8 if CX <> 0 AND ZEROFLAG",
E1,00,00,0,0,0,0,0,"LOOPE #rel8", "LOOPE #rel8", "Decrement CX and Jump to #rel8 if CX <> 0 AND ZEROFLAG",
E2,00,00,0,0,0,0,0,"LOOP #rel8", "CX-- : IF CX #<># 0 THEN GOTO #rel8", "Decrement CX and Jump to #rel8 if CX <> 0",
E3,00,00,0,0,0,0,0,"JCXZ #rel8", "IF CX #=# 0 THEN GOTO #rel8", "Jump to #rel8 if CX = 0",
E4,00,00,0,0,0,0,0,"IN AL,#imm8", "AL = GETBYTEFROMPORT(#imm8)", "Input Byte from Port #imm8 into AL",
E5,00,00,0,0,0,0,0,"IN AX,#imm8", "AX = GETWORDFROMPORT(#imm8)", "Input Word from Port #imm8 into AX",
E5,00,00,0,0,1,0,0,"IN EAX,#imm8", "EAX = GETDWORDFROMPORT(#imm8)", "Input Word from Port #imm8 into EAX",
E6,00,00,0,0,0,0,0,"OUT #imm8,AL", "WRITEBYTETOPORT(#imm8,AL)", "Output AL to Port #imm8",
E7,00,00,0,0,0,0,0,"OUT #imm8,AX", "WRITEWORDTOPORT(#imm8,AX)", "Output AX to Port #imm8",
E7,00,00,0,0,1,0,0,"OUT #imm8,EAX", "WRITEDWORDTOPORT(#imm8,EAX)", "Output EAX to Port #imm8",